home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / screen-profiles / profiles / common next >
Encoding:
Text File  |  2009-04-08  |  2.5 KB  |  63 lines

  1. ###############################################################################
  2. #    Screen common profile
  3. #      This configuration profile is intended to be a common header of useful
  4. #      functionality, included by other profiles.
  5. #
  6. #    Copyright (C) 2008 Canonical Ltd.
  7. #
  8. #    Authors: Dustin Kirkland <kirkland@canonical.com>
  9. #
  10. #    This program is free software: you can redistribute it and/or modify
  11. #    it under the terms of the GNU General Public License as published by
  12. #    the Free Software Foundation, version 3 of the License.
  13. #
  14. #    This program is distributed in the hope that it will be useful,
  15. #    but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. #    GNU General Public License for more details.
  18. #
  19. #    You should have received a copy of the GNU General Public License
  20. #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  21. ###############################################################################
  22.  
  23. # Now, let's override with our customizations
  24. startup_message off
  25. vbell off
  26. msgwait 1
  27.  
  28. # Define status commands
  29. backtick 99  86400 86400 screen-profiles-status logo
  30. backtick 100 3600 3600 screen-profiles-status release
  31. backtick 101 10 10 screen-profiles-status updates-available
  32. backtick 102 2 2 screen-profiles-status reboot-required
  33. backtick 103 2 2 screen-profiles-status cpu-freq
  34. backtick 104 86400 86400 screen-profiles-status cpu-count
  35. backtick 105 86400 86400 screen-profiles-status mem-available
  36. backtick 106 2 2 screen-profiles-status load-average
  37. backtick 107 2 2 screen-profiles-status mem-used
  38. backtick 108 600 600 screen-profiles-status ec2-cost
  39. backtick 109 3600 3600 screen-profiles-status hostname
  40. backtick 110 86400 86400 screen-profiles-status whoami
  41. backtick 111 86400 86400 screen-profiles-status menu
  42. backtick 112 86400 86400 screen-profiles-status arch
  43. backtick 113 30 30 screen-profiles-status battery
  44. backtick 114 10 10 screen-profiles-status users
  45. backtick 115 60 60 screen-profiles-status uptime
  46. backtick 116 2 2 screen-profiles-status processes
  47. backtick 117 2 2 screen-profiles-status network-up
  48. backtick 118 2 2 screen-profiles-status network-down
  49. backtick 119 2 2 screen-profiles-status wifi-quality
  50.  
  51. hardstatus alwayslastline
  52.  
  53. # Turns off alternate screen switching in xterms,
  54. # so that text in screen will go into the xterm's scrollback buffer:
  55. termcapinfo xterm* ti@:te@
  56. altscreen on
  57.  
  58. # Log 10000 lines
  59. defscrollback 10000
  60.  
  61. source $HOME/.screen-profiles/keybindings
  62. source $HOME/.screen-profiles/windows
  63.